projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8cac35
)
Add separators to Holidays menu.
author
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Tue, 12 May 1998 15:32:50 +0000
(15:32 +0000)
committer
Edward M. Reingold
<reingold@emr.cs.iit.edu>
Tue, 12 May 1998 15:32:50 +0000
(15:32 +0000)
lisp/calendar/cal-menu.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-menu.el
b/lisp/calendar/cal-menu.el
index 5a0e216370202528dea57c6f118f5e1dd5bb6b60..559fac85e70d25c1bceabdc289da76e015c5049b 100644
(file)
--- a/
lisp/calendar/cal-menu.el
+++ b/
lisp/calendar/cal-menu.el
@@
-193,8
+193,11
@@
t)
l)))
(setq l (cons ["Mark Holidays" mark-calendar-holidays t]
- (cons ["Unmark Calendar" calendar-unmark t] l)))
+ (cons ["Unmark Calendar" calendar-unmark t]
+ (cons ["--" '("--") separator-1] l))))
(easy-menu-change nil "Holidays" (nreverse l))
+ (define-key calendar-mode-map [menu-bar Holidays separator-2]
+ '("--"))
(define-key calendar-mode-map [menu-bar Holidays today]
`(,(format "For Today (%s)"
(calendar-date-string (calendar-current-date) t t))